ListBox.HeaderPressed Event

Returns a Boolean. Runs after a ListBox header has been clicked/pressed.

Syntax

result = HeaderPressed( Column )


Parameters

Column

Integer

Return Value

Result

Boolean


Notes

This event enables you to specify whether you want REALbasic to sort the column. If you return True, REALbasic does not sort the column and it does not update the SortedColumn property.